[INFO] cloning repository https://github.com/nglmercer/miniaudio-node
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nglmercer/miniaudio-node" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnglmercer%2Fminiaudio-node", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnglmercer%2Fminiaudio-node'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80a6c1274a4396215aa24195334f9117e737be07
[INFO] checking nglmercer/miniaudio-node against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnglmercer%2Fminiaudio-node" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/nglmercer/miniaudio-node
[INFO] finished tweaking git repo https://github.com/nglmercer/miniaudio-node
[INFO] tweaked toml for git repo https://github.com/nglmercer/miniaudio-node written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nglmercer/miniaudio-node on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nglmercer/miniaudio-node already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded symphonia-format-isomp4 v0.5.5
[INFO] [stderr]   Downloaded napi-derive-backend v5.0.1
[INFO] [stderr]   Downloaded ctor v0.6.3
[INFO] [stderr]   Downloaded napi-derive v3.5.1
[INFO] [stderr]   Downloaded ringbuf v0.4.8
[INFO] [stderr]   Downloaded napi v3.8.2
[INFO] [stderr]   Downloaded napi-sys v3.2.1
[INFO] [stderr]   Downloaded napi-build v2.3.1
[INFO] [stderr]   Downloaded objc2-avf-audio v0.3.2
[INFO] [stderr]   Downloaded cpal v0.17.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5
[INFO] running `Command { std: "docker" "start" "08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]    Compiling cpal v0.16.0
[INFO] [stderr]    Compiling napi-build v2.3.1
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]    Compiling cpal v0.17.1
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling napi v3.8.2
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking napi-sys v3.2.1
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking ringbuf v0.4.8
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]    Compiling dtor v0.1.1
[INFO] [stderr]    Compiling ctor v0.6.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.5
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.5
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.5
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking alsa v0.10.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rodio v0.21.1
[INFO] [stderr]    Compiling napi-derive-backend v5.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling napi-derive v3.5.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking miniaudio_node v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.36s
[INFO] running `Command { std: "docker" "inspect" "08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5", kill_on_drop: false }`
[INFO] [stdout] 08058b02dcb086a7c9b49771a864e8fb27a32b806af55e39d03641be92273ac5
